home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows Now() --->
- <HTML>
- <HEAD>
- <TITLE>Now Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
- <H3>Now Example</H3>
-
- <P>Now returns the current date and time as a valid
- date/time object.
-
- <P>The current date/time value is <CFOUTPUT>#Now()#</CFOUTPUT>
- <P>You can also represent this as <CFOUTPUT>#DateFormat(Now())#, #TimeFormat(Now())#</CFOUTPUT>
-
- </BODY>
- </HTML>
-